home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16876 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c,comp.lang.c++,comp.unix.programmer
  4. Subject: Re: itoa() in C for unix >>>
  5. Date: 12 Apr 1996 07:53 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <12APR199607531605@erich.triumf.ca>
  9. References: <1996Apr12.121207@topaz>
  10. NNTP-Posting-Host: erich.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <1996Apr12.121207@topaz>, naderr@topaz.cqu.edu.au writes...
  14. >Hi,
  15. >Does anyone have or know of where I may obtain a itoa()
  16. >integer to string function in C/C++;  my Linux box
  17. >doesn't have one and I could use it right now.
  18.  
  19. try using sprintf()
  20.  
  21. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  22. Internet: bennett@triumf.ca         | of one another only when one can be
  23. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  24. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  25. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  26. or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
  27.  
  28.